Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed Apr 22, 2018
1 parent 6798d60 commit 9c059ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ notifications:
on_failure: always

node_js:
- "7.7.0"
- "8.9.0"

cache:
directories:
- node_modules

script:
- wget https://raw.githubusercontent.com/Frost-Dev/Frost/master/config.json
- npm run rebuild
- npm run generate-configs
- npm run build
- npm run test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"rebuild": "npm run clean && npm run build",
"test:lint": "eslint \"./src/**/*.js\"",
"test:mocha": "mocha -A --use_strict",
"test": "npm run test:lint && npm run test:mocha"
"test": "npm run test:lint && npm run test:mocha",
"generate-configs": "cp ./.configs/client-config.default.json ./.configs/client-config.json && cp ./.configs/server-config.default.json ./.configs/server-config.json"
},
"author": "team FrostDevelop",
"license": "MIT",
Expand Down

0 comments on commit 9c059ff

Please sign in to comment.