Skip to content

Instantly share code, notes, and snippets.

@hjheath
hjheath / .travis.yml
Created March 2, 2017 13:09
Automatic travis surge deployment
language: python
python:
- "3.5"
install:
- npm install
- pip install requests
before_script:
- npm install -g gulp
script: gulp
after_success: