diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-12-26 08:28:35 -0800 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-12-26 08:28:35 -0800 |
commit | 97313f9ce3f87553bf599da209bb2bd1b6fc380b (patch) | |
tree | 9ea9a650bb138982eb2dc2b9e159f7375fff4c7d /.travis.yml | |
parent | 6dc6a5ed5c273d554a300d1773c8bb252021c141 (diff) | |
parent | 36634280a9445e1f1e209b64b8993562a4f60d2d (diff) |
Merge pull request #188 from GrahamCampbell/gh-pages
Tweaks
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3ff52416..9be38929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ before_install: - npm install -g grunt-cli recess bower - bower install -script: "grunt swatch"
\ No newline at end of file +script: "grunt swatch" |