diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-07 15:08:41 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-07 15:08:41 +0100 |
commit | 47fda3cf67cdc8ab20d3b1ba9d65a810adddf5ee (patch) | |
tree | c3dbd5df7f41c41ae5b41717ee8312ba84aeed07 /.travis.yml | |
parent | 23595eba0ee68a86040d4667bdae4d9e6fe426ba (diff) | |
parent | 0cae4172fa0c7ee9b876b1cf2b38ea8be66d3584 (diff) | |
download | svg.js-47fda3cf67cdc8ab20d3b1ba9d65a810adddf5ee.tar.gz svg.js-47fda3cf67cdc8ab20d3b1ba9d65a810adddf5ee.zip |
Merge branch '875-es6' into 3.0.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0f36329..ee9f3cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - "stable" script: - - npm run build:test + - npm run build - npm test - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls #sudo: required |