forked from lwille/node-gphoto2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (30 loc) · 673 Bytes
/
.travis.yml
File metadata and controls
30 lines (30 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# File format as generated by `travis` gem. Please leave indentation as is.
install:
- npm install
script:
- npm run cpplint
language: node_js
node_js:
- lts/erbium
- lts/dubnium
- 13
env:
- CXX=g++-4.8
dist: trusty
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- libgphoto2-6
- libgphoto2-dev
- libgphoto2-port10
deploy:
provider: npm
email: hallo@leonhardt-wille.de
api_key:
secure: EG+FDD2yKbFdFvZkoz52j0VSSDDaVS2lDpXEAeYWtY2TkHfPkYwvuLvR/2x+o6vSj1c8i+/hEGpH4PK4uTgfOblqqoOFiiSec54JAAKBzq4Pm5Vy7hYl2MWWXhDxjW4pVhs9po7qTqJ+blMf+XpByW2VWianCr9AUjLB6DGboac=
on:
tags: true
repo: lwille/node-gphoto2