Skip to content

Commit fdd4495

Browse files
committed
Update travis
1 parent 87c0c7c commit fdd4495

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ os:
44
- linux
55
#- osx
66
julia:
7-
- 0.6
7+
- 0.7
8+
- 1.0
89
- nightly
910
notifications:
1011
email: false
@@ -13,9 +14,9 @@ git:
1314

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

2021
## uncomment and modify the following lines to manually install system packages
2122
#addons:
@@ -26,8 +27,7 @@ git:
2627
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
2728

2829
## uncomment the following lines to override the default test script
29-
script:
30-
- julia -e 'Pkg.clone(pwd()); Pkg.build("FixedPolynomials"); Pkg.test("FixedPolynomials"; coverage=true)'
30+
3131
after_success:
3232
# push coverage results to Coveralls
3333
#- julia -e 'cd(Pkg.dir("FixedPolynomials")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)