Skip to content

Commit 143f120

Browse files
Update travis to properly run module linking script
1 parent 0c28211 commit 143f120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ addons:
1414
- g++-4.8
1515
before_install:
1616
- npm install shelljs
17-
- "./scripts/link"
17+
- node ./scripts/link.js
1818
- export CXX=g++-4.8
1919
- "$CXX --version"
2020
script: "./scripts/build.sh"

0 commit comments

Comments
 (0)