Skip to content

Commit 78ff1a6

Browse files
authored
Merge pull request #7 from ocadaruma/fundamental/setup-ci
run integration test on CI
2 parents 309c64c + 454570d commit 78ff1a6

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)