File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
julia :
6
6
- 0.6
7
+ - 0.7
7
8
- nightly
8
9
notifications :
9
10
email : false
12
13
13
14
# # uncomment the following lines to allow failures on nightly julia
14
15
# # (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
18
19
19
20
# # uncomment and modify the following lines to manually install system packages
20
21
addons :
@@ -25,8 +26,8 @@ addons:
25
26
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
26
27
27
28
# # 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)'
30
31
after_success :
31
32
# push coverage results to Coveralls
32
33
- julia -e 'cd(Pkg.dir("AMG")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
You can’t perform that action at this time.
0 commit comments