Files
ci-emsdk/.travis.yml
2019-08-28 15:15:38 -07:00

20 lines
236 B
YAML

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