rm .travis.yml;

I haven't been getting much value out of the emscripten CI, and having
two CI systems is kind of awkward.  Also, travis doesn't let you change
the location of .travis.yml and it's cluttering up the root folder.  It
is possible to add this back in the future if there's a need for it,
preferably using appveyor or some other system.
This commit is contained in:
bjorn 2019-12-29 10:34:28 -08:00
parent f88268b763
commit b18baf4e3c
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
language: node_js
node_js:
- node
sudo: required
services:
- docker
before_install:
- docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten:sdk-incoming-64bit bash
script:
- docker exec -it emscripten emcmake cmake
- docker exec -it emscripten emmake make