Skip to content
Snippets Groups Projects
Commit cb82b518 authored by SingLi's avatar SingLi
Browse files

travis notified fix of glitch

test to see if glitch is fixed
parent ff922b83
No related merge requests found
...@@ -15,7 +15,6 @@ addons: ...@@ -15,7 +15,6 @@ addons:
before_install: before_install:
- curl https://install.meteor.com | /bin/sh - curl https://install.meteor.com | /bin/sh
- npm install -g npm@'>=2.13.5' - npm install -g npm@'>=2.13.5'
- gem install mime-types -v 2.99
- mkdir -p node_modules - mkdir -p node_modules
- npm install phantomjs - npm install phantomjs
- npm install velocity-cli - npm install velocity-cli
...@@ -41,6 +40,7 @@ script: ...@@ -41,6 +40,7 @@ script:
- npm install - npm install
- npm start - npm start
- cd .. - cd ..
- meteor add-platform ios
- meteor build ../build - meteor build ../build
- cd .travis - cd .travis
- sh ./namefiles.sh - sh ./namefiles.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment