mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
* 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
12 lines
120 B
YAML
12 lines
120 B
YAML
language: node_js
|
|
node_js:
|
|
- 6
|
|
- 8
|
|
- 9
|
|
- 10
|
|
script:
|
|
- yarn compile
|
|
- yarn test
|
|
- yarn build
|
|
- yarn lint
|