[go: nahoru, domu]

Skip to content

Commit

Permalink
Build: Enable automated crossbrowser testing, including PRs
Browse files Browse the repository at this point in the history
As for the obscured credentials: Those are easy enough to decode, the
point is to avoid them being searchable, that is a search for the
relevant keywords on GitHub won't immediately show these credentials.
This is a temporary solution until Travis CI implements a proper one.

Fixes globalizejs#235
  • Loading branch information
jzaefferer committed Apr 10, 2015
1 parent 34c6305 commit 3fdaf66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: node_js
node_js:
- '0.10'
before_install:
install:
- npm install -g grunt-cli
- npm install -g bower
install:
- npm install
- bower install
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19VU0VSTkFNRT1icm93c2Vyc3RhY2tnbG9iMQo=`
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19LRVk9TnBGNENONkFHVGp1RlhTTEV3Vk4K`
script:
- npm run-script ci
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"cldr-data": ">=25"
},
"devDependencies": {
"browserstack-runner": "0.2.2",
"grunt": "0.4.5",
"grunt-check-dependencies": "0.6.0",
"grunt-commitplease": "0.0.5",
Expand All @@ -93,6 +94,7 @@
}
],
"scripts": {
"ci": "grunt && browserstack-runner",
"test": "grunt"
}
}

0 comments on commit 3fdaf66

Please sign in to comment.