Skip to content

Commit

Permalink
Use the vendored gopherjs only
Browse files Browse the repository at this point in the history
  • Loading branch information
Senyoret1 committed Sep 11, 2018
1 parent dd16c44 commit cd97872
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,11 @@ install:
- make install-linters
- npm install
- npm install --global source-map-support
- go get github.com/gopherjs/gopherjs
- cd $GOPATH/src/github.com/gopherjs/gopherjs/node-syscall/
- npm install --global node-gyp
- node-gyp rebuild
- mkdir -p $HOME/.node_libraries/
- cp build/Release/syscall.node $HOME/.node_libraries/syscall.node
- cd -

script:
- make check
- make build-js-min
- make test-suite-ts
- NODE_PATH=$(npm root --global) make test-js

notifications:
# https://github.com/kvld/travisci-telegram TravisCI Telegram Bot integration
Expand Down

0 comments on commit cd97872

Please sign in to comment.