Skip to content

Commit

Permalink
travis nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Apr 19, 2020
1 parent 8dba916 commit 0cf48b5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ os:
- windows

julia:
- 1.1
- 1.3

matrix:
include:
- os: linux
julia: 1.1
- os: linux
julia: nightly

after_success:
- if [[ "$TRAVIS_OS_NAME" == linux && "$TRAVIS_JULIA_VERSION" == 1.2 ]] ; then julia --project -e 'using Pkg;
Pkg.add("Coverage");
Expand Down

0 comments on commit 0cf48b5

Please sign in to comment.