Skip to content

Commit c3441c4

Browse files
Merge pull request #39 from JuliaML/jc/docs
bring back documentation stage
2 parents cd83d1d + 09524ba commit c3441c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ notifications:
1515

1616
git:
1717
depth: 99999999
18-
19-
matrix:
20-
allow_failures:
21-
- julia: nightly
18+
2219

2320
addons:
2421
apt: # apt-get for linux
@@ -35,6 +32,9 @@ jobs:
3532
Pkg.instantiate()'
3633
- julia --project=docs/ docs/make.jl
3734
after_success: skip
35+
36+
allow_failures:
37+
- julia: nightly
3838

3939
after_success:
40-
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
40+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 commit comments

Comments
 (0)