Skip to content

Commit

Permalink
Removing Phantom JS CDN URL. (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Aug 31, 2016
1 parent 2647e56 commit 3ca9b61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion acquia-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ events:
script:
# Generate artifact in a separate directory.
- export NEW_BUILD_DIR=/tmp/artifact
- bltl deploy:build -Ddeploy.dir=$NEW_BUILD_DIR
- blt deploy:build -Ddeploy.dir=$NEW_BUILD_DIR
# Copy git history to artifact directory. Required for pipelines to commit and push.
- cp -R $BUILD_DIR/.git $NEW_BUILD_DIR/
# Replace build directory with artifact.
Expand Down
4 changes: 0 additions & 4 deletions template/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ language: php
php:
- 5.6

env:
global:
- PHANTOMJS_CDNURL=http://cnpmjs.org/downloads

cache:
bundler: true
apt: true
Expand Down

0 comments on commit 3ca9b61

Please sign in to comment.