Skip to content

Commit d2d2cc5

Browse files
author
Roger-luo
committed
update travis config to 1.0
1 parent 1680b09 commit d2d2cc5

File tree

1 file changed

+8
-28
lines changed

1 file changed

+8
-28
lines changed

.travis.yml

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,18 @@
1-
## Documentation: http://docs.travis-ci.com/user/languages/julia/
1+
# Documentation: http://docs.travis-ci.com/user/languages/julia/
22
language: julia
33
os:
44
- linux
55
- osx
66
julia:
7-
- 0.7
87
- 1.0
8+
- 1.1
99
- nightly
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
13+
fast_finish: true
1014
notifications:
1115
email: false
12-
git:
13-
depth: 99999999
14-
15-
## uncomment the following lines to allow failures on nightly julia
16-
## (tests will run but not make your overall status red)
17-
#matrix:
18-
# allow_failures:
19-
# - julia: nightly
20-
21-
## uncomment and modify the following lines to manually install system packages
22-
#addons:
23-
# apt: # apt-get for linux
24-
# packages:
25-
# - gfortran
26-
#before_script: # homebrew for mac
27-
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
28-
29-
## uncomment the following lines to override the default test script
30-
#script:
31-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("QuAlgorithmZoo"); Pkg.test("QuAlgorithmZoo"; coverage=true)'
3216
after_success:
33-
# push coverage results to Coveralls
34-
- julia -e 'using Pkg; cd(Pkg.dir("QuAlgorithmZoo")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
35-
# push coverage results to Codecov
36-
- julia -e 'using Pkg; cd(Pkg.dir("QuAlgorithmZoo")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
37-
# add Documenter
38-
- julia -e 'using Pkg; cd(Pkg.dir("QuAlgorithmZoo")); include(joinpath("docs", "make.jl"))'
17+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
18+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 commit comments

Comments
 (0)