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
dbb9cb3e
Commit
dbb9cb3e
authored
Nov 02, 2015
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build for node 5
parent
1fcb843c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
.travis.yml
.travis.yml
+12
-2
No files found.
.travis.yml
View file @
dbb9cb3e
...
...
@@ -24,7 +24,14 @@ matrix:
# Linux
-
os
:
linux
compiler
:
clang
env
:
NODE_VERSION="4.0.0"
env
:
NODE_VERSION="5"
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="4"
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-precise-3.5'
,
'
gcc-multilib'
,
'
g++-multilib'
,
'
libsqlite3-dev:i386'
]
...
...
@@ -75,7 +82,10 @@ matrix:
# OS X
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="4.0.0"
# node abi 46
env
:
NODE_VERSION="5"
# node abi 47
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="4"
# node abi 46
-
os
:
osx
compiler
:
clang
env
:
NODE_VERSION="iojs-3.1.0"
# node abi 46
...
...
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