summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 591e5a2..7290a58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
sudo: false
+dist: trusty
language: node_js
node_js:
- "6"
@@ -25,6 +26,7 @@ before_script:
script:
- "[ $BROWSER == true ] || npm test"
# ensure buildable
+ - "[ $MAKE_TEST == false ] || make --version"
- "[ $MAKE_TEST == false ] || make list"
- "[ $MAKE_TEST == false ] || make -j 4"
# test in firefox