Make sure that install without asking bitbucket-pipelines.yml

This commit is contained in:
Dorian Pula 2016-05-26 01:27:16 +00:00
parent 42a8ea4fab
commit 5a264a6347
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@ pipelines:
- step:
script: # Modify the commands below to build your repository.
- apt-get update
- apt-get install apt-transport-https
- apt-get install -y apt-transport-https
- curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
- echo 'deb https://deb.nodesource.com/node_5.x jessie main' > /etc/apt/sources.list.d/nodesource.list
- echo 'deb-src https://deb.nodesource.com/node_5.x jessie main' >> /etc/apt/sources.list.d/nodesource.list
- apt-get update
- apt-get install nodejs
- apt-get install -y nodejs
- pip install -r requirements-dev.txt
- npm install -g coffeescript karma-cli browserify
- npm install