Skip to content

Commit

Permalink
test(e2e): tweak ui config
Browse files Browse the repository at this point in the history
  • Loading branch information
luhmann committed Mar 18, 2018
1 parent 00026f5 commit 5b29b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branches:

script:
- yarn build
- yarn test:ci
- yarn ci

deploy:
provider: pages
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"test": "cypress run",
"dev": "webpack-serve --mode development",
"host": "hs build -p 8080",
"ci":
"DEBUG=start-server-and-test start-server-and-test host http:https://localhost:8080 test"
"ci": "start-server-and-test host http:https://localhost:8080 test"
},
"keywords": ["BuckleScript"],
"author": "",
Expand Down

0 comments on commit 5b29b8a

Please sign in to comment.