Skip to content

Commit 7e2fd9e

Browse files
authored
Update .travis.yml
1 parent 7f934cb commit 7e2fd9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ os:
44
- linux
55

66
julia:
7-
- 0.6
7+
- 0.7
8+
- 1.0
89
- nightly
910

1011
matrix:
@@ -16,7 +17,7 @@ notifications:
1617

1718
script:
1819
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
19-
- julia -e 'Pkg.clone(pwd()); Pkg.test("OAuth"; coverage=true)'
20+
- julia -e 'using Pkg;Pkg.clone(pwd()); Pkg.test("OAuth"; coverage=true)'
2021

2122
after_success:
2223
- julia -e 'cd(Pkg.dir("OAuth")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)