blob: a5036d5632970670ed61ac7f86bbb0b417ae80e9 [file] [log] [blame]
sudo: required
language: scala
scala:
- 2.12.7
services:
- docker
env:
global:
- TERM=dumb
notifications:
email: false
install: true
before_install:
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K $encrypted_ff5bbb6225c5_key -iv $encrypted_ff5bbb6225c5_iv -in tests/credentials.json.enc -out tests/credentials.json -d; fi'
- git clone https://github.com/openwhisk/openwhisk.git
- cd openwhisk
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./tools/travis/setup.sh; fi'
script:
- ../tools/travis/build.sh