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 04ac4c6 + 6302404 commit 8e28f13Copy full SHA for 8e28f13
.travis.yml
@@ -7,13 +7,18 @@ before_script:
7
- npm install -g yo
8
- npm install
9
- npm link
10
+ - curl https://github.com/CircleCI-Public/circleci-cli/releases/download/v0.1.2933/circleci-cli_0.1.2933_linux_amd64.tar.gz -LO
11
+ - tar xvf circleci-cli_0.1.2933_linux_amd64.tar.gz
12
+ - mv circleci-cli_0.1.2933_linux_amd64/circleci $HOME/circleci
13
+ - chmod +x $HOME/circleci
14
before_deploy:
15
- cd $TRAVIS_BUILD_DIR
16
- npm install -g nsp
17
18
script:
19
- 'mkdir $HOME/humpbacktest && cd $HOME/humpbacktest'
20
- 'yo humpback --humanName="humpbacktest" --appName="humpbacktest" --skip-install'
21
+ - $HOME/circleci config validate
22
deploy:
23
provider: npm
24
email: [email protected]
0 commit comments