mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-25 16:45:05 +00:00
Adding .travis.yml
This commit is contained in:
parent
d73f8833f3
commit
46f1476418
25
.travis.yml
Normal file
25
.travis.yml
Normal file
@ -0,0 +1,25 @@
|
||||
language: scala
|
||||
scala:
|
||||
- 2.13.1
|
||||
|
||||
jdk:
|
||||
- openjdk8
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ivy2/cache
|
||||
- $HOME/.sbt/boot
|
||||
- sysconfcpus
|
||||
|
||||
install:
|
||||
- TRAVIS_NODE_VERSION="10" nvm install node
|
||||
- nvm use node
|
||||
- node --version
|
||||
- npm --version
|
||||
- npm install -g elm
|
||||
|
||||
before_script:
|
||||
- export TZ=Europe/Berlin
|
||||
|
||||
script:
|
||||
- sbt ++$TRAVIS_SCALA_VERSION ";project root ;make"
|
Loading…
x
Reference in New Issue
Block a user