Skip to content

Commit

Permalink
Minor updates to travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Peel authored and Christian Peel committed Jun 15, 2018
1 parent 0fcaf9a commit 5847be0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
sudo: required
language: julia
julia:
- 0.3
- 0.4
- 0.5
- 0.6
- nightly
notifications:
email: false
before_install:
- sudo apt-get install python-pip
- python --version
- pip --version
- sudo pip install --upgrade pip
- sudo pip install matplotlib
script:
- date
- julia -e 'cd("test"); include("runtests.jl");'

0 comments on commit 5847be0

Please sign in to comment.