Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #32 from DSchau/master
Browse files Browse the repository at this point in the history
build: switch to travis; minor tweaks
  • Loading branch information
DSchau authored Aug 3, 2017
2 parents 797a7e7 + 33df11a commit 68746a5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 33 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: node_js
node_js:
- stable
cache:
yarn: true

script: yarn test
after_success:
- yarn build

deploy:
provider: pages
script:
- yarn deploy
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: dist
on:
tags: true

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# angular-slides

[![Build Status](https://travis-ci.org/objectpartners/angular2-slides.svg?branch=master)](https://travis-ci.org/objectpartners/angular2-slides)

The slides for the accompanying [workshop][workshop].

## Set up
Expand Down
32 changes: 0 additions & 32 deletions circle.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/slides/00-intro/01.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Chief Technologist, Object Partners, Inc.<br>
<small>@threeistoomany</small>

<strong>Dustin Schau</strong><br>
Senior Consultant, Object Partners, Inc.<br>
Principal Technologist, Object Partners, Inc.<br>
<small>@schaudustin</small>

<aside class="notes">
Expand Down

0 comments on commit 68746a5

Please sign in to comment.