Skip to content

Commit

Permalink
goobye Travis hello GitlabCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolpa committed Mar 2, 2017
1 parent 669f752 commit 808582a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
image: node:latest

before_script:
- npm install -g gulp-cli
- npm install

test:
script:
- gulp test
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

4 changes: 3 additions & 1 deletion Source/Core/core/CarbonFootprintCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ CarbonFootprintCore.prototype.createHTMLElement =
titleStr + '\' class=\'carbon\' id=\'carbon\'>' +
this.footprintToString(footprint) +
'</a> <a class=\'know-more-link\' href=' + knowMoreUrl +
' target=\'_blank\' title=\'' + titleStr + '\'><img src="' + this.helper.getFilePath('images/quest_mark.jpg') + '" id="quest_mark_icon"></a>';
' target=\'_blank\' title=\'' + titleStr + '\'><img src="' +
this.helper.getFilePath('images/quest_mark.jpg') +
'" id="quest_mark_icon"></a>';
e.onh;
return e;
};
Expand Down

0 comments on commit 808582a

Please sign in to comment.