Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
flot
Project
Project
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
HS-public
flot
Commits
5a4fc55d
Commit
5a4fc55d
authored
Feb 15, 2013
by
Brian Peiris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add basic Travis CI setup with jshint test.
parent
d4f93a28
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
0 deletions
+18
-0
.gitignore
.gitignore
+1
-0
.travis.yml
.travis.yml
+3
-0
Makefile
Makefile
+3
-0
package.json
package.json
+11
-0
No files found.
.gitignore
View file @
5a4fc55d
*.min.js
!excanvas.min.js
node_modules/
.travis.yml
0 → 100644
View file @
5a4fc55d
language
:
node_js
node_js
:
-
0.8
Makefile
View file @
5a4fc55d
...
...
@@ -7,3 +7,6 @@ all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
%.min.js
:
%.js
yui-compressor
$<
-o
$@
test
:
./node_modules/.bin/jshint
*
jquery.flot.js
package.json
0 → 100644
View file @
5a4fc55d
{
"name"
:
"
Flot
"
,
"version"
:
"0.8.0-alpha"
,
"main"
:
"jquery.flot.js"
,
"scripts"
:
{
"test"
:
"make test"
},
"devDependencies"
:
{
"
jshint
"
:
"0.9.1"
}
}
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