Merge pull request #123 from cult-of-coders/feature/fix-tests

using old release to fix tests
This commit is contained in:
Theodor Diaconu 2017-03-17 19:03:36 +02:00 committed by GitHub
commit e04b39321e

View file

@ -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: