We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d366d commit 55c69feCopy full SHA for 55c69fe
1 file changed
.travis.yml
@@ -18,7 +18,7 @@ before_script:
18
- cd ./hook && sh ./.travis/install_server.sh && cd -
19
20
# create default app for testing
21
- - curl -XPOST http://hook.dev/public/index.php/apps --data '{"app":{"name":"hook-javascript"}}' > tests/app.json
+ - curl -XPOST http://hook.dev/index.php/apps --data '{"app":{"name":"hook-javascript"}}' > tests/app.json
22
- cat tests/app.json
23
24
# install javascript dependencies and compile dist files
0 commit comments