From d2c68ff9fa390755f9d3f70552300f44ade7c02b Mon Sep 17 00:00:00 2001 From: Theodor Diaconu Date: Fri, 17 Mar 2017 18:58:10 +0200 Subject: [PATCH] using old release to fix tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1aafeac..33baa62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: before_install: - npm i --save-dev phantomjs-prebuilt - - curl https://install.meteor.com | /bin/sh + - curl https://install.meteor.com/?release=1.4.1.3 | /bin/sh - export PATH="$HOME/.meteor:$PATH" script: