Skip to content

Commit

Permalink
remove CI flags from travis - bindings warning should be gone now
Browse files Browse the repository at this point in the history
uncomment latest node version travis - builds ok local now so try on travis
  • Loading branch information
Chris Hatch committed Aug 10, 2017
1 parent 46b1101 commit 12f9ec7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ language: node_js
node_js:
- lts/*
- 6
# - node TODO: restore this: failure occuring under latest v8.* of node
- node
cache:
directories:
- node_modules
script:
- CI=true npm test
- CI=false npm run build # CI=false so warnings (from stellar-base>bindings) don't fail the build
- npm test
- npm run build
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"bugs": {
"url": "https://github.com/chatch/stellarexplorer/issues"
},
"keywords": ["stellar", "react", "ledger", "block explorer", "blockchain"],
"keywords": [
"stellar",
"react",
"ledger",
"block explorer",
"blockchain"
],
"engines": {
"node": "6.x.x"
},
Expand Down

0 comments on commit 12f9ec7

Please sign in to comment.