Skip to content

Commit ce92193

Browse files
author
betzrhodes
authored
Merge pull request #9 from electricimp/develop
Update CI
2 parents 8cfc469 + 4966eaf commit ce92193

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ root = true
22

33
[*]
44
indent_style = space
5-
indent_size = 2
5+
indent_size = 4
66
end_of_line = lf
77
charset = utf-8
88
trim_trailing_whitespace = true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.nut.bundled
2+
.DS_Store

.impt.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"deviceGroupId": "8bfcc027-a053-f959-3f68-172ca7f34243",
2+
"deviceGroupId": "d51fc3f4-f818-f7e9-8a93-a7e392a9480d",
3+
"deviceGroupName" : "impFarm P",
34
"timeout": 30,
45
"stopOnFail": false,
56
"allowDisconnect": false,

.travis.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This library can be used to encode Squirrel data structures into JSON.
44

55
**To add this library to your project, add** `#require "JSONEncoder.class.nut:2.0.0"` **to the top of your code.**
66

7-
[![Build Status](https://travis-ci.org/electricimp/JSONEncoder.svg?branch=develop)](https://travis-ci.org/electricimp/JSONEncoder)
7+
![Build Status](https://cse-ci.electricimp.com/app/rest/builds/buildType:(id:JSONEncoder_BuildAndTest)/statusIcon)
88

99
## Usage
1010

0 commit comments

Comments
 (0)