We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4b5ea commit 31e343bCopy full SHA for 31e343b
1 file changed
.travis.yml
@@ -14,6 +14,6 @@ before_install:
14
install:
15
- npm install
16
before_script:
17
-- make CPP=g++-5 EXTRA_LDFLAGS=/usr/lib/x86_64-linux-gnu/
+- make CPP=g++-5 EXTRA_LDFLAGS=-L/usr/lib/x86_64-linux-gnu/
18
script:
19
- npm test
0 commit comments