Skip to content

Commit

Permalink
remove debug prints [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 21, 2021
1 parent 9572c26 commit 233785e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,3 @@ install:

script:
- npm test
- export MODULE_VER=$(node -e "console.log(process.versions.modules)")
- ls ./test/app4/lib/binding/node-v${MODULE_VER}-linux-x64 || true
- ls ./test/app4/lib/binding/node-v${MODULE_VER}-linux-x64/lib.target/ || true
- ldd ./test/app4/lib/binding/node-v${MODULE_VER}-linux-x64/app4.node || true
- ldd ./test/app4/lib/binding/node-v${MODULE_VER}-linux-x64/lib.target/mylib.so || true
- python -c "import ctypes;ctypes.CDLL('/home/travis/build/mapbox/node-pre-gyp/test/app4/lib/binding/node-v93-linux-x64/lib.target/mylib.dylib')" || true
- python -c "import ctypes;ctypes.CDLL('/home/travis/build/mapbox/node-pre-gyp/test/app4/lib/binding/node-v93-linux-x64/app4.node')" || true
- cd ./test/app4/
- ../../bin/node-pre-gyp rebuild --verbose || true

0 comments on commit 233785e

Please sign in to comment.