Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baransu committed Aug 9, 2019
1 parent 7cefdb3 commit 403e736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
# - "./.ci/build_script_$TRAVIS_OS_NAME.sh"
- esy build
- cd tests && npm run test && cd ../
- mv _build/install/default/bin/graphql_ppx graphql_ppx-$TARGET_NAME.exe
- mv _build/default/src/bucklescript_bin/bin.exe graphql_ppx-$TARGET_NAME.exe

deploy:
provider: releases
Expand Down
2 changes: 1 addition & 1 deletion tests/bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"react-jsx": 2
},
"sources": ["__tests__"],
"ppx-flags": ["../_build/install/default/bin/graphql_ppx"],
"ppx-flags": ["../_build/default/src/bucklescript_bin/bin.exe"],
"bs-dependencies": ["@glennsl/bs-jest"],
"refmt": 3,
"bsc-flags": ["-bs-super-errors"]
Expand Down

0 comments on commit 403e736

Please sign in to comment.