Skip to content

Commit

Permalink
Merge pull request #1666 from lift/travis-integration
Browse files Browse the repository at this point in the history
Travis Integration

Adds Travis CI build script, including building for both OpenJDK and Oracle
JDK. More to come!
  • Loading branch information
Shadowfiend committed Jan 18, 2015
2 parents efc7a15 + 0652dcd commit 6697be5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
services:
- mongodb

jdk:
- oraclejdk7
- openjdk7

script: ./liftsh test

0 comments on commit 6697be5

Please sign in to comment.