Skip to content

Commit 454570d

Browse files
committed
run integration test on CI
1 parent 309c64c commit 454570d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
language: scala
22

3+
env:
4+
- GCLOUD_SERVICE_KEY_LOCATION="${HOME}/gcloud-service-key.json"
5+
36
scala:
47
- 2.11.8
58

69
jdk:
710
- oraclejdk8
811

12+
before_script:
13+
- echo ${GCLOUD_SERVICE_KEY} | base64 --decode > ${GCLOUD_SERVICE_KEY_LOCATION}
14+
915
script:
1016
- sbt test
17+
- sbt it:test

0 commit comments

Comments
 (0)