From 0e1c9e39e533d4330292092b7195f0c669b8fcb9 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Fri, 29 Jul 2016 11:39:28 -0400 Subject: Fix .travis.yml --- .travis.yml | 48 ++++++++++++++++++++++++------------------------ .travis.yml.swo | Bin 0 -> 12288 bytes 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 .travis.yml.swo diff --git a/.travis.yml b/.travis.yml index 76744f2..9dad04f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,26 +1,26 @@ language: node_js node_js: - - "6.1.x" - - "6.0.x" - - "5.11.x" - - "5.10.x" - - "5.9.x" - - "5.8.x" - - "5.7.x" - - "5.6.x" - - "5.5.x" - - "5.4.x" - - "5.3.x" - - "5.2.x" - - "5.1.x" - - "5.0.x" - - "4.4.x" - - "4.3.x" - - "4.2.x" - - "4.1.x" - - "4.0.x" - - "0.12.x" - - "0.11.x" - - "0.10.x" - - "0.8.x" - - "0.6.x" + - 6.1 + - 6.0 + - 5.11 + - 5.10 + - 5.9 + - 5.8 + - 5.7 + - 5.6 + - 5.5 + - 5.4 + - 5.3 + - 5.2 + - 5.1 + - 5.0 + - 4.4 + - 4.3 + - 4.2 + - 4.1 + - 4.0 + - 0.12 + - 0.11 + - 0.10 + - 0.8 + - 0.6 diff --git a/.travis.yml.swo b/.travis.yml.swo new file mode 100644 index 0000000..aa9e3d0 Binary files /dev/null and b/.travis.yml.swo differ -- cgit v1.2.3