Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj authored Apr 25, 2019
1 parent 6b94f20 commit e2e3894
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: node_js
node_js:
- 6
before_install:
- rvm install 2.4.3
- npm install -g npm@5
install:
- npm install
- bundle install
script: script/test
notifications:
email: false
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
addons:
apt:
packages:
- libcurl4-openssl-dev
cache:
bundler: true
directories:
- node_modules
- test/node_modules
branches:
only:
- master

0 comments on commit e2e3894

Please sign in to comment.