Skip to content

Commit 26ba084

Browse files
committed
fix travis
1 parent 2b9e314 commit 26ba084

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
@@ -4,6 +4,7 @@ os:
44
- linux
55
julia:
66
- 0.6
7+
- 0.7
78
- nightly
89
notifications:
910
email: false
@@ -12,9 +13,9 @@ git:
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:
@@ -25,8 +26,8 @@ addons:
2526
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
2627

2728
## uncomment the following lines to override the default test script
28-
#script:
29-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("AMG"); Pkg.test("AMG"; coverage=true)'
29+
script:
30+
- julia -e 'Pkg.clone(pwd()); Pkg.build("AMG"); Pkg.test("AMG"; coverage=true)'
3031
after_success:
3132
# push coverage results to Coveralls
3233
- julia -e 'cd(Pkg.dir("AMG")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)