Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37870ff6ba2a5b4e866ab28f89ba15e9b640f014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: false
language: scala
scala:
  - 2.11.8
jdk:
  - oraclejdk8
script:
  - sbt ++2.11.8 test
  # avoid unnecessary cache updates
  - find $HOME/.sbt -name "*.lock" | xargs rm
  - find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
cache:
  directories:
    - $HOME/.ivy2/cache
    - $HOME/.sbt/boot/