Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
malmaud committed Aug 28, 2018
1 parent b30079a commit 111178c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ env:
notifications:
email: false
script:
- julia -e 'Pkg.clone(pwd())'
- julia -e 'Pkg.build("TensorFlow")'
- julia -e 'Pkg.test("TensorFlow", coverage=true)'
- julia -e 'using Pkg; Pkg.clone(pwd())'
- julia -e 'using Pkg; Pkg.build("TensorFlow")'
- julia -e 'using Pkg; Pkg.test("TensorFlow", coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("TensorFlow")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("TensorFlow")); include(joinpath("docs", "make.jl"))'
- julia -e 'using Pkg; cd(Pkg.dir("TensorFlow")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Documenter")'
- julia -e 'using Pkg; cd(Pkg.dir("TensorFlow")); include(joinpath("docs", "make.jl"))'

0 comments on commit 111178c

Please sign in to comment.