We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990085e commit 6224340Copy full SHA for 6224340
.travis.yml
@@ -12,4 +12,5 @@ install:
12
13
script:
14
- ./scripts/run-tut.sh
15
+- rm -r tut-tmp
16
- bundle exec jekyll build
scripts/run-tut.sh
@@ -4,4 +4,3 @@ COURSIER_CLASSPATH="$(./coursier fetch -p com.chuusai:shapeless_2.11:2.3.1 org.s
4
5
./coursier launch -r "https://dl.bintray.com/tpolecat/maven/" org.tpolecat:tut-core_2.11:0.4.4 -- . tut-tmp '.*\.md$' -classpath "$COURSIER_CLASSPATH"
6
7
-rm -r tut-tmp
0 commit comments