add travis_terminate 1 so that subsequent tests are skipped
run qunit tests only on Node 10.
/CC @bardiharborow @Johann-S: it seems it works quite well. I haven't tested when things fail, though, if we are still covering all the cases we covered before. Now the build will exit as soon we hit an error.
All in all this really speeds up Travis builds, we save ~75% from the total time.
travis_terminate 1
so that subsequent tests are skippedqunit
tests only on Node 10./CC @bardiharborow @Johann-S: it seems it works quite well. I haven't tested when things fail, though, if we are still covering all the cases we covered before. Now the build will exit as soon we hit an error.
All in all this really speeds up Travis builds, we save ~75% from the total time.