Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
face
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Кубота
face
Commits
53c14e73
Commit
53c14e73
authored
Aug 30, 2019
by
vincent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removes before script from travis.yml and adds xvfb to services
parent
514c0ec2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.travis.yml
.travis.yml
+2
-3
No files found.
.travis.yml
View file @
53c14e73
...
@@ -7,6 +7,8 @@ node_js:
...
@@ -7,6 +7,8 @@ node_js:
-
"
8"
-
"
8"
# node 6 is not compatible with tfjs-node
# node 6 is not compatible with tfjs-node
# - "6"
# - "6"
services
:
-
xvfb
env
:
env
:
global
:
global
:
-
BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true
-
BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true
...
@@ -16,9 +18,6 @@ env:
...
@@ -16,9 +18,6 @@ env:
addons
:
addons
:
chrome
:
stable
chrome
:
stable
install
:
npm install
install
:
npm install
before_install
:
-
export DISPLAY=:99.0
-
sh -e /etc/init.d/xvfb start
script
:
script
:
-
if [ $ENV == 'browser' ]; then npm run test-browser; fi
-
if [ $ENV == 'browser' ]; then npm run test-browser; fi
-
if [ $ENV == 'node' ]; then npm run test-node; fi
-
if [ $ENV == 'node' ]; then npm run test-node; fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment