Skip to content

Commit 5a75344

Browse files
authored
run tests on Julia 1.0 (#58)
1 parent 9177abb commit 5a75344

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.travis.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
language: julia
22
os:
33
- linux
4-
# - osx
54
julia:
65
- 0.7
6+
- 1.0
77
- nightly
88
matrix:
99
allow_failures:
1010
- julia: nightly
1111
notifications:
1212
email: false
13-
# uncomment the following lines to override the default test script
14-
#script:
15-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16-
# - julia -e 'Pkg.clone(pwd()); Pkg.build("TranscodingStreams"); Pkg.test("TranscodingStreams"; coverage=true)'
1713
after_success:
18-
# push coverage results to Codecov
19-
- if [ $TRAVIS_JULIA_VERSION != "nightly" ]; then julia -e 'cd(Pkg.dir("TranscodingStreams")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
20-
# deploy docs
21-
- julia -e 'Pkg.add("Documenter")'
22-
- julia -e 'cd(Pkg.dir("TranscodingStreams")); include(joinpath("docs", "make.jl"))'
14+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
15+
- julia -e 'using Pkg; Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)