From 06841e053c01adefb8b82e8144721f4023e09837 Mon Sep 17 00:00:00 2001 From: X O <xo@wvvw.me> Date: Sat, 21 Nov 2015 23:46:24 +1030 Subject: [PATCH] move js test first as it's the quickest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa0d0c6d0..229ec07b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ before_install: - cd .build && npm install && bower install && cd .. script: - - ./tests/all_tests.py - cd .build && grunt travis && cd .. + - ./tests/all_tests.py cache: directories: -- GitLab