Skip to content

Commit

Permalink
Merge pull request #323 from fredrikekre/fe/project
Browse files Browse the repository at this point in the history
Temporarily disable Project.toml
  • Loading branch information
timholy authored Aug 25, 2018
2 parents 543bca8 + ec494c1 commit 9f18dc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ julia:
- nightly
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'import Pkg; Pkg.build("Colors"); Pkg.test("Colors"; coverage=true)';
jobs:
include:
- stage: deploy
julia: 0.7
os: linux
script:
- julia -e 'import Pkg; Pkg.build("Colors")'
- julia -e 'mv("_Project.toml", "Project.toml")'
- julia -e 'import Pkg; Pkg.build()'
- julia -e 'import Pkg; Pkg.add("Documenter")'
- julia -e 'import Colors; include("docs/make.jl")'
- julia docs/make.jl
after_success:
- julia -e 'using Pkg; import Colors; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
File renamed without changes.

0 comments on commit 9f18dc8

Please sign in to comment.