Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sqlite3
Overview
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
俞永鹏
node-sqlite3
Commits
6fc2f8b5
Commit
6fc2f8b5
authored
Dec 15, 2017
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start building for node v9 on unix
parent
72bddafd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.travis.yml
.travis.yml
+10
-0
No files found.
.travis.yml
View file @
6fc2f8b5
...
...
@@ -20,6 +20,13 @@ matrix:
# Linux
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="9"
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
packages
:
[
'
clang-3.5'
]
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="8"
addons
:
apt
:
...
...
@@ -74,6 +81,9 @@ matrix:
env
:
NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false
# node abi 47
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="9"
# node abi 58
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="8"
# node abi 57
-
os
:
osx
compiler
:
clang
...
...
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