source: trip-planner-front/node_modules/base64-arraybuffer/.travis.yml@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 472 bytes
Line 
1language: node_js
2node_js:
3- '0.12'
4- iojs-1
5- iojs-2
6- iojs-3
7- '4.1'
8before_script:
9- npm install
10before_install: npm install -g npm@'>=2.13.5'
11deploy:
12 provider: npm
13 email: niklasvh@gmail.com
14 api_key:
15 secure: oHV9ArprTj5WOk7MP1UF7QMJ70huXw+y7xXb5wF4+V2H8Hyfa5TfE0DiOmqrube1WXTeH1FLgq54shp/sJWi47Hkg/GyeoB5NnsPhYEaJkaON9UG5blML+ODiNVsEnq/1kNBQ8e0+0JItMPLGySKyFmuZ3yflulXKS8O88mfINo=
16 on:
17 tags: true
18 branch: master
19 repo: niklasvh/base64-arraybuffer
Note: See TracBrowser for help on using the repository browser.