We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f3679 commit 4d6a02bCopy full SHA for 4d6a02b
circle.yml
@@ -1,6 +1,12 @@
1
machine:
2
node:
3
- version: 6
+ version: stable
4
+
5
+dependencies:
6
+ pre:
7
+ - sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
8
+ - sudo apt-get update
9
+ - sudo apt-get install google-chrome-stable
10
11
test:
12
override:
0 commit comments