Skip to content

Commit 2f3b0ab

Browse files
author
betzrhodes
authored
Merge pull request #39 from electricimp/develop
Update CI
2 parents 662c52e + ff8ee8e commit 2f3b0ab

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

Diff for: .editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

Diff for: .impt.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"deviceGroupId": "99d1fc41-1f11-a99f-2e59-40797a0f63b8",
3+
"deviceGroupName" : "impFarm D",
34
"timeout": 30,
45
"stopOnFail": false,
56
"allowDisconnect": false,

Diff for: .travis.yml

-11
This file was deleted.

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Rocky 2.0.2
22

3-
[![Build Status](https://api.travis-ci.org/electricimp/Rocky.svg?branch=master)](https://travis-ci.org/electricimp/Rocky)
4-
53
Rocky is an framework for building powerful and scalable APIs for your imp-powered products. The Rocky library consists of the following classes:
64

5+
![Build Status](https://cse-ci.electricimp.com/app/rest/builds/buildType:(id:Rocky_BuildAndTest)/statusIcon)
6+
7+
---
8+
79
- [Rocky](#rocky) — The core application, used to create routes, set default handlers, etc.
810
- [Rocky.get](#rocky_verb) — Creates a handler for GET requests that match the specified signature.
911
- [Rocky.put](#rocky_verb) — Creates a handler for PUT requests that match the specified signature.

0 commit comments

Comments
 (0)