Fixed run_tests CLI syntax

pull/847/head
murgatroid99 10 years ago
parent d7e3a2b1f5
commit 995aaf7de4
  1. 2
      .travis.yml

@ -1,4 +1,4 @@
language: cpp
script: ./tools/run_tests/run_tests.py -lc -lnode -t -j2
script: ./tools/run_tests/run_tests.py -lc node -t -j2
notifications:
email: false

Loading…
Cancel
Save