Skip to content

Commit b6434da

Browse files
Update .travis.yml
1 parent 555d5f5 commit b6434da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ script:
3636

3737
after_success:
3838
- cd ../
39-
- git clone https://github.com/meta-magic/amexio-ios.git -b v5.13
39+
- git clone https://github.com/meta-magic/amexio-ios.git -b v5.14
4040
- cd amexio-ios
4141
# - mkdir themes
4242
- cp -rf ../dist/amexio-ng-extensions.tgz .
4343
# - cp -rf ../src/styles/css/* themes/
4444
#- tar -czvf themes.tar.gz themes/*
4545
- git add amexio-ng-extensions.tgz
4646
- git commit -m "date"
47-
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push "https://deepali-arvind:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git" HEAD:v5.13 ; fi
47+
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then git push "https://deepali-arvind:${GITHUB_TOKEN}@github.com/${GITHUB_REPO}.git" HEAD:v5.14 ; fi
4848
- gulp coveralls
4949
- codecov
5050

0 commit comments

Comments
 (0)