Skip to content

Commit 6224340

Browse files
committed
try to get travis to give exit status 1 for run-tut script
1 parent 990085e commit 6224340

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ install:
1212

1313
script:
1414
- ./scripts/run-tut.sh
15+
- rm -r tut-tmp
1516
- bundle exec jekyll build

scripts/run-tut.sh

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ COURSIER_CLASSPATH="$(./coursier fetch -p com.chuusai:shapeless_2.11:2.3.1 org.s
44

55
./coursier launch -r "https://dl.bintray.com/tpolecat/maven/" org.tpolecat:tut-core_2.11:0.4.4 -- . tut-tmp '.*\.md$' -classpath "$COURSIER_CLASSPATH"
66

7-
rm -r tut-tmp

0 commit comments

Comments
 (0)