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

comment off velocity crud for now

attempt to speed up build
parent 9e16f994
No related branches found
No related tags found
No related merge requests found
...@@ -6,24 +6,24 @@ branches: ...@@ -6,24 +6,24 @@ branches:
- master - master
node_js: node_js:
- '0.12' - '0.12'
addons: #addons:
apt: # apt:
sources: # sources:
- google-chrome # - google-chrome
packages: # packages:
- google-chrome-stable # - google-chrome-stable
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'
- mkdir -p node_modules - mkdir -p node_modules
- npm install phantomjs #- npm install phantomjs
- npm install velocity-cli #- npm install velocity-cli
- export PHANTOMJS_BIN=./node_modules/phantomjs/bin/phantomjs #- export PHANTOMJS_BIN=./node_modules/phantomjs/bin/phantomjs
- export JASMINE_BROWSER=PhantomJS #- export JASMINE_BROWSER=PhantomJS
- export DEBUG=1 #- export DEBUG=1
- export JASMINE_DEBUG=1 #- export JASMINE_DEBUG=1
- export VELOCITY_DEBUG=1 #- export VELOCITY_DEBUG=1
- export VELOCITY_DEBUG_MIRROR=1 #- export VELOCITY_DEBUG_MIRROR=1
- export SANDSTORM_VERSION=$(curl -f "https://install.sandstorm.io/dev?from=0&type=install") - export SANDSTORM_VERSION=$(curl -f "https://install.sandstorm.io/dev?from=0&type=install")
- cd /tmp - cd /tmp
- curl https://dl.sandstorm.io/sandstorm-$SANDSTORM_VERSION.tar.xz | tar -xJf - - curl https://dl.sandstorm.io/sandstorm-$SANDSTORM_VERSION.tar.xz | tar -xJf -
......
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