mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
Merge pull request #144 from duzun/master
travis update: node_js stable, cache node_modules, sudo false
This commit is contained in:
commit
99c15dee95
10
.travis.yml
10
.travis.yml
@ -1,5 +1,13 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- stable
|
||||
- "0.10"
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
sudo: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user