Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Migrate to CircleCI (#70)
Browse files Browse the repository at this point in the history
* Switch to circle-ci

* Job has to be named build because shuttup

* Okay, so it doesn't just magically know how to run tests. Nothing to override. Just go, I guess.
  • Loading branch information
mgwalker committed Sep 21, 2017
1 parent e4bb507 commit 1e310af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,9 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:6
steps:
- checkout
- run: npm install js-yaml
- run: sh test.sh
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

0 comments on commit 1e310af

Please sign in to comment.