Files
ci-emsdk/.travis.yml
Sam Clegg cd59b3aa26 Remove sudo from travis configuration (#225)
In theory this should speed it up a little.  I suppose it was
initially added because we use docker but it doesn't seem that is
requirement here.
2019-02-27 10:50:07 -08:00

16 lines
185 B
YAML

language: python
services:
- docker
before_install:
- docker pull ubuntu:16.04
script:
- set -o errexit
- echo "running..."
- docker build .
notifications:
email: false