Skip to content

Commit a82193c

Browse files
Merge pull request #23 from MatthewStuber/InitCommit
Update testing
2 parents c7542fc + 7a5b3a5 commit a82193c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
language: julia
33
os:
44
- linux
5-
- osx
5+
#- osx build never started in travis CI, will trouble shoot later
66
julia:
7-
- 0.6
7+
- 0.6 # will add nightly later
8+
- nightly
89
notifications:
910
email: false
1011
git:
1112
depth: 99999999
1213

1314
## uncomment the following lines to allow failures on nightly julia
1415
## (tests will run but not make your overall status red)
15-
#matrix:
16-
# allow_failures:
17-
# - julia: nightly
16+
matrix:
17+
allow_failures:
18+
- julia: nightly
1819

1920
## uncomment and modify the following lines to manually install system packages
2021
#addons:

0 commit comments

Comments
 (0)