Skip to content

Commit 66ccb67

Browse files
committed
chore: enable travis build
1 parent 1169c6a commit 66ccb67

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.travis.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
sudo: false
2+
language: node_js
3+
cache:
4+
directories:
5+
- node_modules
6+
notifications:
7+
email: false
8+
node_js:
9+
- '6'
10+
env:
11+
- CXX=g++-4.8
12+
addons:
13+
apt:
14+
sources:
15+
- ubuntu-toolchain-r-test
16+
packages:
17+
- g++-4.8
18+
before_install:
19+
- npm i -g npm@^3.8.0
20+
before_script:
21+
- npm prune
22+
after_success:
23+
- npm run semantic-release
24+
branches:
25+
except:
26+
- "/^v\\d+\\.\\d+\\.\\d+(\\-.*)?$/"

0 commit comments

Comments
 (0)