-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.travis.yml
42 lines (42 loc) · 1.24 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
sudo: false
language: node_js
node_js:
- '4'
- '0.12'
- '0.10'
cache:
directories:
- test/tmp/bower_components
before_script:
- npm install -g jscs
script:
- npm run-script jshint
- npm run-script jscs
- npm test
after_script:
- npm run-script coveralls
before_deploy: npm run documentation
deploy:
- provider: s3
access_key_id:
secure: jKlbUq7Gy2eOMKQeRCmKb50PYkOt60kOX2bwMCwd4VYBagYQb8lcBPphB5/Llittg10iLFTkrXVGPAfTSsz1/bMEf7AWm6+zKiH4n2YonKB9DUFZKf3+3GiIsXQvlnTt5tEI5dSKvO3y+FKPqKSXHoK9qXyyw8szpZLGimZwWaA=
secret_access_key:
secure: ZM8Wnc/w6Hx9ExGeqq2MKJlgy4kBRKLiXVl/DzTCtta5OJKePqssFglc4GWUo/8XOqLiQX7EJ4jw+7B4slXmoo710j/b7UoCyIGDlGIC3oyCWLSwxSD8WOvu01db4BzwkG8jSeiALYyrsexG6uWuf2kxG+fzp+9mNEotQACztew=
bucket: 'use-asset-builder.austinpray.com'
region: 'us-west-2'
skip_cleanup: true
local_dir: 'site'
on:
tags: true
repo: austinpray/asset-builder
all_branches: true
node: '0.12'
- provider: npm
email: [email protected]
api_key:
secure: bRoYXumnzrnjQXZHhsFDDAJgDklgceFS6NmzBIqUuubrulg5SDvCIEZ+rXFSgSKcBSG1ebU+3pa/IrlG3TaAS3uQeT4brvl+ChReub+0oAJjn7e8w62Oyso8kengyi6J4r0FaAC4jNjQ8KUxnxIkFHcyWr4hr5AEIy3PXXQHG4Q=
on:
tags: true
repo: austinpray/asset-builder
all_branches: true
node: '0.12'