Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
cd8b9a14
Commit
cd8b9a14
authored
Oct 13, 2016
by
qingwei.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update travis
parent
656e59c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
.travis.yml
.travis.yml
+17
-2
test/unit/specs/time-select.spec.js
test/unit/specs/time-select.spec.js
+0
-0
No files found.
.travis.yml
View file @
cd8b9a14
sudo
:
false
sudo
:
false
language
:
node_js
language
:
node_js
node_js
:
node_js
:
-
"
5"
-
5
script
:
make dist
cache
:
bundler
:
true
directories
:
-
node_modules
# NPM packages
-
travis_phantomjs
before_install
:
# Upgrade PhantomJS to v2.1.1.
-
"
export
PHANTOMJS_VERSION=2.1.1"
-
"
export
PATH=$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64/bin:$PATH"
-
"
if
[
$(phantomjs
--version)
!=
$PHANTOMJS_VERSION
];
then
rm
-rf
$PWD/travis_phantomjs;
mkdir
-p
$PWD/travis_phantomjs;
fi"
-
"
if
[
$(phantomjs
--version)
!=
$PHANTOMJS_VERSION
];
then
wget
https://github.com/Medium/phantomjs/releases/download/v$PHANTOMJS_VERSION/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2
-O
$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2;
fi"
-
"
if
[
$(phantomjs
--version)
!=
$PHANTOMJS_VERSION
];
then
tar
-xvf
$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2
-C
$PWD/travis_phantomjs;
fi"
-
"
phantomjs
--version"
script
:
-
"
make
dist"
-
"
npm
t"
test/unit/specs/timeselect.spec.js
→
test/unit/specs/time
-
select.spec.js
View file @
cd8b9a14
File moved
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