-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
199,154 additions
and
791 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Travis CI Build Configuration + | ||
# project nord + | ||
# repository https://github.com/arcticicestudio/nord + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2016 + | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# | ||
# [References] | ||
# Travis CI Documentation | ||
# (https://docs.travis-ci.com) | ||
language: node_js | ||
cache: | ||
directories: | ||
- $HOME/node_modules | ||
before_script: | ||
- npm install -g gulp | ||
- npm install | ||
script: gulp compile-css-template sassdoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.