Skip to content

Commit

Permalink
Merge pull request salat#34 from gildegoma/pr-travis-ci
Browse files Browse the repository at this point in the history
Integrate with Travis-CI
  • Loading branch information
rktoomey committed Apr 17, 2012
2 parents 6bd2493 + 4ac886e commit 3dd1d84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: scala

# Override default 'script' to avoid Travis-CI default version of Scala,
# because each Salat branch is configured for a specific version of Scala
script: sbt test
scala: 'version defined in project/SalatBuild.scala'
branches:
only:
- master # built with Scala 2.8.1
- 0.0.8_2.9.0-1 # built with Scala 2.9.1 (branch name is misleading)

notifications:
# Email notifications are disabled to not annoy anybody.
# See http://about.travis-ci.org/docs/user/build-configuration/ to learn more
# about configuring notification recipients and more.
email: false

0 comments on commit 3dd1d84

Please sign in to comment.