blob: 1c54cc618c027b7266117d2ee0d0d8539009b6f4 [file] [log] [blame]
# A Travis CI configuration file.
sudo: required
language: scala
scala:
- 2.11.6
services:
- docker
env:
global:
- TERM=dumb
notifications:
email: false
install: true
before_install:
- git clone https://github.com/openwhisk/openwhisk.git
- cd openwhisk
- ./tools/travis/setup.sh
script:
- ./tools/travis/build.sh