Skip to content

Commit ad5a0ce

Browse files
author
Maurizio Casimirri
committed
remove chrome temp files after tests
1 parent 38687b9 commit ad5a0ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 4.4.3
3+
- 6.2.1
44
sudo: required
55
before_install:
66
- sudo apt-get update

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -e
66
xvfb-run npm test
77

88
# Remove chrome temp files
9-
rm .com.google*
9+
rm -Rf .com.google*

0 commit comments

Comments
 (0)