Skip to content

Commit

Permalink
run tut as part of CI (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmorr authored and melrief committed Mar 23, 2017
1 parent b5a4867 commit 76c42cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scala:
jdk:
- oraclejdk8
script:
- sbt ++$TRAVIS_SCALA_VERSION coverage test
- sbt ++$TRAVIS_SCALA_VERSION coverage test tut
- (cd example ; sbt ++$TRAVIS_SCALA_VERSION test)
after_success:
- sbt ++$TRAVIS_SCALA_VERSION coverageReport coverageAggregate coveralls

0 comments on commit 76c42cc

Please sign in to comment.