Skip to content

Instantly share code, notes, and snippets.

View AlbertoElias's full-sized avatar

Alberto Elias AlbertoElias

View GitHub Profile
@AlbertoElias
AlbertoElias / .travis.yml
Last active September 22, 2015 14:55 — forked from samgiles/.travis.yml
sudo: false
language: node_js
node_js:
- "4"
before_install:
- npm install -g Financial-Times/origami-build-tools#node4
- obt install
script:
- obt test
- obt verify