blob: 26890299d989676317ac278ef9c5ef934b52e563 [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