Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f0325747
...
f0325747a1bd5e2b685113a21fa81c554912b31a
authored
2013-05-13 08:02:42 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
upgraded jshint to 2.0.1
1 parent
e6c7469f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
.jshintconfig → .jshintrc
.travis.yml
Makefile
.jshint
config
→
.jshint
rc
View file @
f032574
File moved
.travis.yml
View file @
f032574
...
...
@@ -18,7 +18,7 @@ before_install:
-
ls -la bin/phantomjs190
before_script
:
-
"
npm
install
-g
jshint@
1.1.0
"
-
"
npm
install
-g
jshint@
2.0.1
"
-
bin/phantomjs182 --version
-
bin/phantomjs190 --version
...
...
Makefile
View file @
f032574
...
...
@@ -14,4 +14,4 @@ clitest:
python tests/clitests/runtests.py
jshint
:
jshint
--config
=
.jshintconfig
.
jshint .
...
...
Please
register
or
sign in
to post a comment