2016-01-15 16:32:57 -05:00
|
|
|
machine:
|
|
|
|
node:
|
2016-01-20 14:00:30 -05:00
|
|
|
version: 5.4.1
|
2016-01-26 15:34:37 -05:00
|
|
|
|
|
|
|
dependencies:
|
2016-01-29 15:39:33 -05:00
|
|
|
pre:
|
|
|
|
- npm install -g npm
|
2016-01-26 15:34:37 -05: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 16:32:57 -05:00
|
|
|
test:
|
|
|
|
override:
|
|
|
|
- npm run build
|