Skip to content

Commit f0a95ac

Browse files
committed
Create .travis.yml
1 parent ec494e3 commit f0a95ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: scala
2+
scala:
3+
- "2.11.4"
4+
jdk:
5+
- oraclejdk7
6+
script: (if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then (echo "Only building pull requests - build passed."; exit 0); else sbt "++ ${TRAVIS_SCALA_VERSION} ; test"; fi)
7+
branches:
8+
only:
9+
- master
10+

0 commit comments

Comments
 (0)