Skip to content

Commit

Permalink
Update travis to properly run module linking script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Aug 5, 2016
1 parent 0c28211 commit 143f120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ addons:
- g++-4.8
before_install:
- npm install shelljs
- "./scripts/link"
- node ./scripts/link.js
- export CXX=g++-4.8
- "$CXX --version"
script: "./scripts/build.sh"
Expand Down

0 comments on commit 143f120

Please sign in to comment.