Skip to content

Commit

Permalink
fixed appveyor config and removed compiled files from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Jul 26, 2016
1 parent 22dd900 commit cc80bdd
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 1,630 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -8,5 +8,8 @@
.settings
.idea

/lib
/test
/node_modules
/*.js
*.sublime*
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -373,6 +373,7 @@ app.use( function( req, res ){
## Release History
|Version|Date|Description|
|:--:|:--:|:--|
|v1.3.1|2016-07-26|Fixed configurations of automated tests by travis and appveyor|
|v1.3.0|2016-07-25|Updated dev env. and added mocha tests|
|v1.2.0|2014-11-28|Added ttl to upgrade method + Issues by [thynson](https://github.com/thynson)|
|v1.0.3|2014-09-11|Added return of `sessionhandler` object on initialisation|
Expand Down
2 changes: 1 addition & 1 deletion test/case_11.js → _src/test/case_11.js
Expand Up @@ -41,4 +41,4 @@ app.use('/', express.Router().get("/exit", function(req, res, next) {
}));


app.listen( 3006 );
app.listen( 3006 );
9 changes: 8 additions & 1 deletion appveyor.yml
Expand Up @@ -17,9 +17,16 @@ shallow_clone: true

# Install scripts. (runs after repo cloning)
install:
# Install the Redis
- nuget install redis-64 -excludeversion
- redis-64\tools\redis-server.exe --service-install
- redis-64\tools\redis-server.exe --service-start
- '@ECHO Redis Started'
# Get the latest stable version of Node 0.STABLE.latest
- ps: Install-Product node $env:nodejs_version
# Typical npm stuff. Use msvs 2013 for the hiredis parser
- npm install
- npm install hiredis --msvs_version=2013
- npm install -g grunt-cli
- grunt build

Expand All @@ -38,4 +45,4 @@ os:
build: off

# Set build version format here instead of in the admin panel.
version: "{build}"
version: "{build}"
6 changes: 0 additions & 6 deletions index.js

This file was deleted.

123 changes: 0 additions & 123 deletions lib/index.js

This file was deleted.

0 comments on commit cc80bdd

Please sign in to comment.