Skip to content

Commit 55c69fe

Browse files
committed
fix creating app for travis tests
1 parent 44d366d commit 55c69fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_script:
1818
- cd ./hook && sh ./.travis/install_server.sh && cd -
1919

2020
# create default app for testing
21-
- curl -XPOST http://hook.dev/public/index.php/apps --data '{"app":{"name":"hook-javascript"}}' > tests/app.json
21+
- curl -XPOST http://hook.dev/index.php/apps --data '{"app":{"name":"hook-javascript"}}' > tests/app.json
2222
- cat tests/app.json
2323

2424
# install javascript dependencies and compile dist files

0 commit comments

Comments
 (0)