diff --git a/acquia-pipelines.yml b/acquia-pipelines.yml index 0f1234e8c..51de4256a 100644 --- a/acquia-pipelines.yml +++ b/acquia-pipelines.yml @@ -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. diff --git a/template/.travis.yml b/template/.travis.yml index 49cc1531c..159ede358 100644 --- a/template/.travis.yml +++ b/template/.travis.yml @@ -5,10 +5,6 @@ language: php php: - 5.6 -env: - global: - - PHANTOMJS_CDNURL=http://cnpmjs.org/downloads - cache: bundler: true apt: true