Skip to content

Commit 9f18dc8

Browse files
authored
Merge pull request #323 from fredrikekre/fe/project
Temporarily disable Project.toml
2 parents 543bca8 + ec494c1 commit 9f18dc8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ julia:
88
- nightly
99
notifications:
1010
email: false
11-
script:
12-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13-
- julia -e 'import Pkg; Pkg.build("Colors"); Pkg.test("Colors"; coverage=true)';
1411
jobs:
1512
include:
1613
- stage: deploy
1714
julia: 0.7
1815
os: linux
1916
script:
20-
- julia -e 'import Pkg; Pkg.build("Colors")'
17+
- julia -e 'mv("_Project.toml", "Project.toml")'
18+
- julia -e 'import Pkg; Pkg.build()'
2119
- julia -e 'import Pkg; Pkg.add("Documenter")'
22-
- julia -e 'import Colors; include("docs/make.jl")'
20+
- julia docs/make.jl
2321
after_success:
24-
- julia -e 'using Pkg; import Colors; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
22+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
File renamed without changes.

0 commit comments

Comments
 (0)