2016-01-15 21:32:57 +00:00
|
|
|
machine:
|
|
|
|
|
node:
|
2016-01-20 19:00:30 +00:00
|
|
|
version: 5.4.1
|
2016-01-26 20:34:37 +00:00
|
|
|
|
|
|
|
|
dependencies:
|
2016-01-29 20:39:33 +00:00
|
|
|
pre:
|
|
|
|
|
- npm install -g npm
|
2016-01-26 20:34:37 +00:00
|
|
|
override:
|
|
|
|
|
- npm install:
|
|
|
|
|
environment:
|
|
|
|
|
# Token for tsd to increase github rate limit
|
|
|
|
|
# See https://github.com/DefinitelyTyped/tsd#tsdrc
|
|
|
|
|
# This is not hidden using https://circleci.com/docs/fork-pr-builds#details
|
|
|
|
|
# because those are not visible for pull requests, and those should also be reliable.
|
|
|
|
|
# This SSO token belongs to github account angular-github-ratelimit-token which has no access
|
|
|
|
|
# (password is in Valentine)
|
|
|
|
|
TSD_GITHUB_TOKEN: ef474500309daea53d5991b3079159a29520a40b
|
|
|
|
|
|
2016-01-15 21:32:57 +00:00
|
|
|
test:
|
|
|
|
|
override:
|
|
|
|
|
- npm run build
|