mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-05 16:58:01 +00:00
Fix Travis Build (#1076)
* Drop support for node 6 * Add build badge * Remove `compile` command, no longer used
This commit is contained in:
committed by
Elliot Lee
parent
b648387a57
commit
5c84eed292
@@ -1,11 +1,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 6
|
||||
- 8
|
||||
- 10
|
||||
- 11
|
||||
script:
|
||||
- yarn compile
|
||||
- yarn test
|
||||
- yarn build
|
||||
- yarn lint
|
||||
|
||||
Reference in New Issue
Block a user