Skip to content

Commit 64b7242

Browse files
committed
.travis.yml file corrected
1 parent 92114c9 commit 64b7242

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.travis.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
# Documentation: http://docs.travis-ci.com/user/languages/julia/
22
language: julia
3-
#os:
4-
# - linux
3+
os:
4+
- linux
5+
- osx
6+
57
julia:
68
- 1.0
79
- 0.7
810
- 0.6
11+
912
#before_install:
1013
# - (sudo apt-get -qq update && sudo apt-get install -y python3 python3-matplotlib)
1114
notifications:
1215
email: true
13-
script:
14-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
15-
- julia -e 'Pkg.clone(pwd()); Pkg.build("Modia"); Pkg.test("Modia", coverage = true)'
16+
17+
#script:
18+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
19+
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Modia"); Pkg.test("Modia", coverage = true)'
20+
1621
after_success:
17-
- julia -e 'cd(Pkg.dir("Modia")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder());'
22+
- julia -e 'using Pkg; cd(Pkg.dir("Modia")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder());'

0 commit comments

Comments
 (0)