Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
lib-ical
Commits
10be8b21
Commit
10be8b21
authored
Feb 17, 2017
by
Zosman
Browse files
starting work on issue
#3
-adding gitlab ci support
parent
27f0d56c
Pipeline
#893
failed with stage
in 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
10be8b21
image
:
node:4.2.2
cache
:
paths
:
-
node_modules/
stages
:
-
test
test_async
:
stage
:
test
script
:
-
npm install
-
node ./specs/start.js ./specs/async.spec.js
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