diff options
author | Sheogorath | 2017-10-11 10:23:30 +0200 |
---|---|---|
committer | GitHub | 2017-10-11 10:23:30 +0200 |
commit | 8b65d7df1a765a7a64024e1b6d2760a9d7409fe5 (patch) | |
tree | 2dcf07d010ee75e32c6fb1b3f76276df7853bd76 | |
parent | 4dd60cee50362646dc87101e66ac326560d2580f (diff) | |
parent | 711c38403d40f3f665488ab862c409c70b69ab39 (diff) |
Merge pull request #575 from PeterDaveHello/fix.travis.yml
Remove duplicated nodejs version in .travis.yml
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cfb064c5..61ced7a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ dist: trusty node_js: - 6 - 7 - - lts/boron env: - CXX=g++-4.8 cache: yarn |