Commit b1b2781e authored by Yehuda Katz's avatar Yehuda Katz

Fix Travis

parent 7a5493c2
......@@ -134,7 +134,7 @@ task :update_tests => "promises-tests" do
end
desc "Run the tests using Node"
task :test => [:update_tests] do
task :test => [:update_tests, node_main] do
cd "promises-tests" do
sh "node ./lib/cli.js ../tests/test-adapter.js"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment