Skip to content

Commit

Permalink
add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob R committed Aug 14, 2017
1 parent 74feec4 commit da39c29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: scala
scala:
- 2.11.8
- 2.12.1
before_install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
jdk:
- oraclejdk8

0 comments on commit da39c29

Please sign in to comment.