Skip to content

Commit 0f9d2d0

Browse files
authored
Merge pull request #35 from github/travis
Automate Travis builds
2 parents c8af86d + 7a83f22 commit 0f9d2d0

File tree

5 files changed

+3592
-1296
lines changed

5 files changed

+3592
-1296
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
bower_components/
21
node_modules/
32
dist/

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
addons:
5+
chrome: stable
6+
cache:
7+
directories:
8+
- node_modules

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 GitHub, Inc.
1+
Copyright (c) 2014-2018 GitHub, Inc.
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)