We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9b9baf + 412c63d commit d0cfa24Copy full SHA for d0cfa24
.travis.yml
@@ -19,7 +19,7 @@ before_install:
19
- sudo apt-get install cf-cli
20
- export CF_DIAL_TIMEOUT=30
21
- cf version
22
- - cf login -a https://$BLUEMIX_REGION -u $BLUEMIX_USER -p $BLUEMIX_PASS -s dev -o $BLUEMIX_USER
+ - cf login -a https://$BLUEMIX_REGION -u $BLUEMIX_USER -p $BLUEMIX_PASS -s applications-ci -o $BLUEMIX_USER
23
# Clone test repos
24
- git clone https://github.com/IBM-Bluemix/Kitura-Starter
25
- git clone -b bluemix-estado https://github.com/IBM-Bluemix/swift-helloworld.git
0 commit comments