Skip to content

Commit

Permalink
Initial travis CI file for PR validaiton.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Jan 20, 2014
1 parent 0cbb7c4 commit a88e02b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: scala
script:
- sbt ++$TRAVIS_SCALA_VERSION 'set every includeTestDependencies := true' update test
scala:
- 2.10.3
- 2.11.0-M7
jdk:
- openjdk7
- openjdk6
notifications:
email:
- qbranch@typesafe.com

0 comments on commit a88e02b

Please sign in to comment.