Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Oct 12, 2019
1 parent 996d69b commit 98b58f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ matrix:
- os: linux
julia: 1.2
env: TESTCMD="xvfb-run julia"
- os: linux
julia: 1.3
env: TESTCMD="xvfb-run julia"
- os: linux
julia: nightly
env: TESTCMD="xvfb-run julia"
- os: osx
julia: 1.0
env: TESTCMD="julia"
- os: osx
julia: 1.2
env: TESTCMD="julia"
- os: osx
julia: nightly
env: TESTCMD="julia"
Expand Down

0 comments on commit 98b58f9

Please sign in to comment.