We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cac52e0 + 824c2dc commit d0ea9c0Copy full SHA for d0ea9c0
.travis.yml
@@ -8,12 +8,16 @@ cache:
8
- node_modules
9
git:
10
depth: 3
11
+install:
12
+ - git clone $GIT_CLONE_REMOTE
13
+ - cd $REPO_NAME
14
+ - git checkout $TRAVIS_BRANCH
15
+ - npm i
16
script: npm run travis-script
17
after_script:
18
- npm report-coverage
19
before_script:
20
- npm install -g gulp-cli
- - git fetch --all --unshallow
21
deploy:
22
app: $APP_NAME
23
provider: $PROVIDER
travis.sh
@@ -6,7 +6,7 @@ git config --global user.email $GIT_USER_EMAIL
6
gem install $PROVIDER
7
# Add your Heroku git repo:
-git remote rm $PROVIDER ;
+git remote rm $PROVIDER ;
git remote add $PROVIDER git@$PROVIDER.com:$PROVIDER_APP_NAME.git ;
0 commit comments