Skip to content

Commit

Permalink
play 2.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rayyildiz committed Aug 21, 2015
1 parent f7e3a77 commit f019e3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sudo: false

before_install: umask 0022

cache:
directories:
- $HOME/.m2/repository
Expand All @@ -10,6 +12,7 @@ language: scala

scala:
- 2.11.6

script:
- cd play-2.4/swagger-play2 && sbt ++$TRAVIS_SCALA_VERSION compile test
- find $HOME/.sbt -name "*.lock" | xargs rm
Expand Down

0 comments on commit f019e3a

Please sign in to comment.