Skip to content

Commit 361b03c

Browse files
travis 1.1
1 parent d82e3e4 commit 361b03c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ os:
33
- osx
44
- linux
55
julia:
6-
- 0.7
6+
- 1.1
77
notifications:
88
email: false
99
# script:
1010
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1111
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ReusableFunctions"); Pkg.test("ReusableFunctions"; coverage=true)';
1212
after_success:
13-
- julia -e 'cd(Pkg.dir("ReusableFunctions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
13+
- julia -e 'cd(Pkg.dir("ReusableFunctions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)