Skip to content

Commit

Permalink
add scala version in .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Aug 29, 2016
1 parent afe5567 commit 4a8d121
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
language: java
language: scala

scala:
- 2.10.3

jdk:
- oraclejdk8
- oraclejdk7


script:
- export TRAVIS_SCALA_VERSION=2.10.3
- ulimit -a
- mvn test

0 comments on commit 4a8d121

Please sign in to comment.