Skip to content

Commit e2e3894

Browse files
authored
Create .travis.yml
1 parent 6b94f20 commit e2e3894

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.travis.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
language: node_js
2+
node_js:
3+
- 6
4+
before_install:
5+
- rvm install 2.4.3
6+
- npm install -g npm@5
7+
install:
8+
- npm install
9+
- bundle install
10+
script: script/test
11+
notifications:
12+
email: false
13+
env:
14+
global:
15+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
16+
addons:
17+
apt:
18+
packages:
19+
- libcurl4-openssl-dev
20+
cache:
21+
bundler: true
22+
directories:
23+
- node_modules
24+
- test/node_modules
25+
branches:
26+
only:
27+
- master

0 commit comments

Comments
 (0)