Skip to content

Commit

Permalink
Merge pull request #23 from MatthewStuber/InitCommit
Browse files Browse the repository at this point in the history
Update testing
  • Loading branch information
MatthewStuber authored Mar 28, 2018
2 parents c7542fc + 7a5b3a5 commit a82193c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
language: julia
os:
- linux
- osx
#- osx build never started in travis CI, will trouble shoot later
julia:
- 0.6
- 0.6 # will add nightly later
- nightly
notifications:
email: false
git:
depth: 99999999

## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
#matrix:
# allow_failures:
# - julia: nightly
matrix:
allow_failures:
- julia: nightly

## uncomment and modify the following lines to manually install system packages
#addons:
Expand Down

0 comments on commit a82193c

Please sign in to comment.