Skip to content

Commit

Permalink
Enable test-npx
Browse files Browse the repository at this point in the history
  • Loading branch information
gitzhou committed Aug 5, 2023
1 parent cb2d217 commit f1baecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ os:
osx_image:
- xcode14

cache:
npm: false

jobs:
exclude:
Expand Down
3 changes: 0 additions & 3 deletions tests/test-npx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ echo "testing create project hello-world"
rm -rf hello-world
npx scrypt-cli project hello-world
cd hello-world

npm i
npx scrypt-cli compile
npm t
Expand All @@ -26,7 +25,6 @@ echo "testing create project --state stateful-counter"
rm -rf stateful-counter
npx scrypt-cli project --state stateful-counter
cd stateful-counter

npm i
npx scrypt-cli compile
npm t
Expand All @@ -37,7 +35,6 @@ echo "testing create project --lib my-lib"
rm -rf my-lib
npx scrypt-cli project --lib my-lib
cd my-lib

npm i
npx scrypt-cli compile
cd ..
Expand Down

0 comments on commit f1baecf

Please sign in to comment.