Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
ab3e95be
Commit
ab3e95be
authored
9 years ago
by
SingLi
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+14
-14
14 additions, 14 deletions
.travis.yml
with
14 additions
and
14 deletions
.travis.yml
+
14
−
14
View file @
ab3e95be
...
@@ -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 -
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment