Skip to content

Commit

Permalink
Switch to Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed May 6, 2017
1 parent 4219b6c commit 1296ce6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# riot-form [![Build Status](https://travis-ci.org/claudetech/riot-form.svg?branch=master)](https://travis-ci.org/claudetech/riot-form)
# riot-form [![CircleCI](https://circleci.com/gh/claudetech/riot-form/tree/master.svg?style=svg)](https://circleci.com/gh/claudetech/riot-form/tree/master)

Easy forms for [riotjs](http://riotjs.com/).

Expand Down
20 changes: 20 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
machine:
node:
version: v6.1.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"

dependencies:
pre:
- wget -O geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v0.16.1/geckodriver-v0.16.1-linux64.tar.gz
- gunzip -c geckodriver.tar.gz | tar xopf -
- chmod +x geckodriver && mv geckodriver /home/ubuntu/bin/

override:
- yarn
cache_directories:
- ~/.cache/yarn

test:
override:
- yarn test

0 comments on commit 1296ce6

Please sign in to comment.