We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f934cb commit 7e2fd9eCopy full SHA for 7e2fd9e
.travis.yml
@@ -4,7 +4,8 @@ os:
4
- linux
5
6
julia:
7
- - 0.6
+ - 0.7
8
+ - 1.0
9
- nightly
10
11
matrix:
@@ -16,7 +17,7 @@ notifications:
16
17
18
script:
19
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- - julia -e 'Pkg.clone(pwd()); Pkg.test("OAuth"; coverage=true)'
20
+ - julia -e 'using Pkg;Pkg.clone(pwd()); Pkg.test("OAuth"; coverage=true)'
21
22
after_success:
23
- julia -e 'cd(Pkg.dir("OAuth")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
0 commit comments