mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
Updated travis for lastest distro and chromedriver. Update darkwire to
v1.5.8
This commit is contained in:
parent
4a5db9e2ad
commit
260fd711b0
@ -1,7 +1,8 @@
|
||||
sudo: required
|
||||
dist: trusty
|
||||
language: node_js
|
||||
node_js:
|
||||
- 5.2.0
|
||||
sudo: required
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
@ -10,7 +11,7 @@ before_install:
|
||||
- sudo apt-get install -y libappindicator1 fonts-liberation
|
||||
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
- sudo dpkg -i google-chrome*.deb
|
||||
- wget http://chromedriver.storage.googleapis.com/2.21/chromedriver_linux64.zip
|
||||
- wget http://chromedriver.storage.googleapis.com/2.24/chromedriver_linux64.zip
|
||||
- unzip chromedriver_linux64
|
||||
- sudo mv chromedriver /usr/bin
|
||||
before_script:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "darkwire",
|
||||
"version": "1.5.7",
|
||||
"version": "1.5.8",
|
||||
"description": "Encrypted web socket chat",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user