From 3c6b10e22d4fb325f4c84a97b918fdfd4bd86ccc Mon Sep 17 00:00:00 2001 From: Burak Sonmez Date: Wed, 1 Apr 2020 08:13:09 +0300 Subject: [PATCH] fix --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea7af35..cfdba08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ language: node_js -rvm: - - 2.2 - - jruby \ No newline at end of file +node_js: + - 7 \ No newline at end of file