Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Added travis files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjadams committed Sep 6, 2017
1 parent aaca475 commit bcff1ad
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ lib_managed/
src_managed/
project/boot/
project/plugins/project/
core/target
graphql/target
common/target
hawk/target
perf/target

# Scala-IDE specific
.scala_dependencies
Expand Down
1 change: 1 addition & 0 deletions .java-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.8
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: scala
os:
- linux
script:
- sbt test
matrix:
include:
- env: SBT_VERSION="1.0.1"
jdk: oraclejdk8
sudo: false
cache:
directories:
- $HOME/.sbt/1.0
- $HOME/.sbt/boot/scala*
- $HOME/.sbt/cache
- $HOME/.sbt/launchers
- $HOME/.ivy2
before_cache:
- du -h -d 1 $HOME/.ivy2/
- du -h -d 2 $HOME/.sbt/
- find $HOME/.sbt -name "*.lock" -type f -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete

0 comments on commit bcff1ad

Please sign in to comment.