Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Add generic .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Sep 27, 2017
1 parent 161c190 commit b9ed5a0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
sudo: required

language: generic

services:
- docker

before_install:
- docker pull truffle/ci

env:
- TEST=repo
- TEST=upstream
- TEST=scenario

script:
- >
docker run -it --rm --name ${TEST} \
-e TRAVIS_REPO_SLUG \
-e TRAVIS_PULL_REQUEST \
-e TRAVIS_PULL_REQUEST_SLUG \
-e TRAVIS_PULL_REQUEST_BRANCH \
-e TRAVIS_BRANCH \
-e TEST \
truffle/ci:latest run_tests

0 comments on commit b9ed5a0

Please sign in to comment.