]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11003 from DanielRuf/tests/run-tests-all-node-versions for v6.5.0
authorDaniel Ruf <daniel@daniel-ruf.de>
Sat, 16 Jun 2018 07:25:42 +0000 (09:25 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:25:42 +0000 (09:25 +0200)
69833f9be tests: run tests on all Node.js versions
7e48c61b6 tests: only test Node.js 6 and higher
6e2219f34 tests: run tests on latest stable and LTS releases of Node.js
6b2b85ba0 tests: use the Boron and Carbon LTS releases

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
.travis.yml

index f4bf33271c8c4e9950b19ba7c8acc57f659b190e..d82108b24515a0e3633dcaea7ba34062a03c6e89 100644 (file)
@@ -1,6 +1,8 @@
 language: node_js
 node_js:
-  - "6"
+  - "lts/boron"
+  - "lts/carbon"
+  - "stable"
 install:
   - npm install -g bower browserstack-runner
   - npm install