Skip to content

Commit

Permalink
comment script section of the travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Aug 11, 2018
1 parent 0f95dd0 commit 4b8f684
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ julia:
- nightly
notifications:
email: false
script:
- pwd
- julia --color=yes -e 'using Pkg; Pkg.REPLMode.pkgstr("add HTTP")'
- julia --color=yes -e 'using Bukdu'
- cd test
- julia --color=yes runtests.jl
- cd

#script:
# - pwd
# - julia --color=yes -e 'using Pkg; Pkg.REPLMode.pkgstr("add HTTP")'
# - julia --color=yes -e 'using Bukdu'
# - cd test
# - julia --color=yes runtests.jl
# - cd
after_success:
# push coverage results to Codecov
- if [[ "$TRAVIS_OS_NAME" == osx ]]; then julia --color=yes -e 'using Pkg; Pkg.REPLMode.pkgstr("dev Bukdu"); Pkg.REPLMode.pkgstr("test --coverage Bukdu")' ; fi
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ HTTP 0.6.14
JSON2 0.1.3
MbedTLS 0.6.0
URIParser 0.4.0
Documenter 0.19.3
Documenter 0.19.4

0 comments on commit 4b8f684

Please sign in to comment.