Skip to content

Commit

Permalink
Attempt to fix travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidavdav committed Oct 7, 2016
1 parent 37021cf commit 6d06b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: julia
julia:
- 0.4
- 0.5
- nightly
after_success:
- julia -e 'cd(Pkg.dir("CHull")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y python-scipy

0 comments on commit 6d06b8f

Please sign in to comment.