Skip to content
Snippets Groups Projects
Commit 42335ed5 authored by Travis Savo's avatar Travis Savo
Browse files

Fix circle.yml

parent 12d6b4c0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,10 +2,8 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="51af5636-89fe-487e-841f-aa0aaeac39fa" name="Default" comment="">
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.gitignore" afterPath="$PROJECT_DIR$/.gitignore" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/circle.yml" afterPath="$PROJECT_DIR$/circle.yml" />
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/package.json" afterPath="$PROJECT_DIR$/package.json" />
</list>
<ignored path="$PROJECT_DIR$/.tmp/" />
<ignored path="$PROJECT_DIR$/temp/" />
Loading
Loading
@@ -59,11 +57,11 @@
</provider>
</entry>
</file>
<file leaf-file-name="circle.yml" pinned="false" current-in-tab="false">
<file leaf-file-name="circle.yml" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/circle.yml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="119">
<caret line="7" column="52" lean-forward="false" selection-start-line="7" selection-start-column="52" selection-end-line="7" selection-end-column="52" />
<state relative-caret-position="85">
<caret line="5" column="35" lean-forward="false" selection-start-line="5" selection-start-column="35" selection-end-line="5" selection-end-column="35" />
<folding />
</state>
</provider>
Loading
Loading
@@ -99,7 +97,7 @@
</provider>
</entry>
</file>
<file leaf-file-name=".gitignore" pinned="false" current-in-tab="true">
<file leaf-file-name=".gitignore" pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/.gitignore">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="153">
Loading
Loading
@@ -169,8 +167,8 @@
<option value="$PROJECT_DIR$/.jshintrc" />
<option value="$PROJECT_DIR$/.codeclimate.yml" />
<option value="$PROJECT_DIR$/README.md" />
<option value="$PROJECT_DIR$/circle.yml" />
<option value="$PROJECT_DIR$/.gitignore" />
<option value="$PROJECT_DIR$/circle.yml" />
</list>
</option>
</component>
Loading
Loading
@@ -391,7 +389,7 @@
<workItem from="1481218880513" duration="5336000" />
<workItem from="1481228496995" duration="599000" />
<workItem from="1481246381709" duration="1150000" />
<workItem from="1481248694443" duration="3275000" />
<workItem from="1481248694443" duration="3416000" />
</task>
<task id="LOCAL-00001" summary="Adding wallaby support">
<created>1481085329059</created>
Loading
Loading
@@ -575,11 +573,18 @@
<option name="project" value="LOCAL" />
<updated>1481252835216</updated>
</task>
<option name="localTasksCounter" value="27" />
<task id="LOCAL-00027" summary="Adding support for Circle CI test coverage">
<created>1481253488916</created>
<option name="number" value="00027" />
<option name="presentableId" value="LOCAL-00027" />
<option name="project" value="LOCAL" />
<updated>1481253488916</updated>
</task>
<option name="localTasksCounter" value="28" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="31802000" />
<option name="totallyTimeSpent" value="31943000" />
</component>
<component name="TodoView">
<todo-panel id="selected-file">
Loading
Loading
@@ -634,7 +639,8 @@
<MESSAGE value="Disable code climate line length checks" />
<MESSAGE value="Don't alert on TODO" />
<MESSAGE value="Adding support for Circle CI" />
<option name="LAST_COMMIT_MESSAGE" value="Adding support for Circle CI" />
<MESSAGE value="Adding support for Circle CI test coverage" />
<option name="LAST_COMMIT_MESSAGE" value="Adding support for Circle CI test coverage" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager />
Loading
Loading
@@ -1004,26 +1010,26 @@
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/package.json">
<entry file="file://$PROJECT_DIR$/.gitignore">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="170">
<caret line="10" column="135" lean-forward="false" selection-start-line="10" selection-start-column="93" selection-end-line="10" selection-end-column="135" />
<state relative-caret-position="153">
<caret line="9" column="16" lean-forward="false" selection-start-line="9" selection-start-column="16" selection-end-line="9" selection-end-column="16" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/circle.yml">
<entry file="file://$PROJECT_DIR$/package.json">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="119">
<caret line="7" column="52" lean-forward="false" selection-start-line="7" selection-start-column="52" selection-end-line="7" selection-end-column="52" />
<state relative-caret-position="170">
<caret line="10" column="135" lean-forward="false" selection-start-line="10" selection-start-column="93" selection-end-line="10" selection-end-column="135" />
<folding />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/.gitignore">
<entry file="file://$PROJECT_DIR$/circle.yml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="153">
<caret line="9" column="16" lean-forward="false" selection-start-line="9" selection-start-column="16" selection-end-line="9" selection-end-column="16" />
<state relative-caret-position="85">
<caret line="5" column="35" lean-forward="false" selection-start-line="5" selection-start-column="35" selection-end-line="5" selection-end-column="35" />
<folding />
</state>
</provider>
Loading
Loading
Loading
Loading
@@ -2,9 +2,9 @@ machine:
node:
version: 6.1.0
 
environment:
MOCHA_FILE: $CIRCLE_TEST_REPORTS/test-results.xml
 
test:
override:
- mocha test --reporter mocha-circleci-reporter --compilers coffee:coffee-script/register
environment:
MOCHA_FILE: $CIRCLE_TEST_REPORTS/junit/test-results.xml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment