Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Commit

Permalink
chore: back to normal tests and added constraint engine
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed Jul 14, 2018
1 parent 20b9c22 commit 99a0a74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: required
language: node_js
node_js:
- 'node'
- '9'
- '8'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"start": "yarn build && http-server dist"
},
"engines": {
"node": ">= 8.0"
"node": ">= 8.0 < 10"
},
"xo": {
"space": true,
Expand Down

0 comments on commit 99a0a74

Please sign in to comment.