Files
ci-emsdk/.travis.yml

16 lines
185 B
YAML
Raw Normal View History

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