Skip to content

Commit ba467cf

Browse files
committed
update travis.yml
1 parent 3179e08 commit ba467cf

File tree

1 file changed

+6
-27
lines changed

1 file changed

+6
-27
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)