Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
add travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
smallnest committed Apr 13, 2016
1 parent 814add6 commit 8d36af0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: scala
scala:
- 2.11.7
script:
- sbt ++$TRAVIS_SCALA_VERSION compile
notifications:
email:
recipients: smallnest@gmail.com
on_success: change
on_failure: always

0 comments on commit 8d36af0

Please sign in to comment.