Files
xahau.js/.travis.yml
Elliot Lee 04bf49cb43 Support node 10 (#964)
* Update webpack from 3.11.0 to 3.12.0 and upath from 1.0.4 to 1.1.0
* Run: yarn upgrade gulp
  * See https://github.com/gulpjs/gulp/issues/2162
* Update README
* Travis: test node 10
2018-10-30 14:15:42 -07:00

12 lines
120 B
YAML

language: node_js
node_js:
- 6
- 8
- 9
- 10
script:
- yarn compile
- yarn test
- yarn build
- yarn lint