Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit cf2ce71

Browse files
author
Omar Massad
committed
Update travis.yml
1 parent 942623e commit cf2ce71

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.travis.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 0.10
5-
- 0.12
6-
- 4
7-
- 5
8-
- "iojs-v1"
9-
- "iojs-v2"
4+
- '6.10'
5+
- '7'
6+
- '8'
107
# NodeJS v4 requires gcc 4.8
118
env:
129
- NODE_ENV=travis CXX="g++-4.8" CC="gcc-4.8"
1310

1411
matrix:
1512
allow_failures:
16-
- node_js: 0.10
17-
- node_js: 5
13+
- node_js: '8'
1814

1915
services:
2016
- redis-server
2117
# gcc 4.8 requires ubuntu-toolchain-r-test
2218
addons:
23-
postgresql: "9.4"
19+
postgresql: "9.6"
2420
apt:
2521
sources:
2622
- ubuntu-toolchain-r-test
@@ -38,7 +34,7 @@ before_install:
3834
- npm install protractor
3935
- "export DISPLAY=:99.0"
4036
- "sh -e /etc/init.d/xvfb start"
41-
- 'node_modules/protractor/bin/webdriver-manager update --standalone --firefox'
37+
- 'node_modules/protractor/bin/webdriver-manager update'
4238
- 'node_modules/protractor/bin/webdriver-manager start 2>&1 &'
4339
- sleep 3
4440
after_script:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "seanjs",
33
"description": "Full-Stack Javascript with SequelizeJS, ExpressJS, AngularJS, and NodeJS",
44
"version": "0.0.1",
5-
"seanjs-version": "0.0.42",
5+
"seanjs-version": "0.0.43",
66
"private": false,
77
"author": "https://github.com/seanjs-stack/seanjs/graphs/contributors",
88
"license": "MIT",

0 commit comments

Comments
 (0)