Skip to content

Commit

Permalink
Fix link to Travis & CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration authored Jun 23, 2017
1 parent 74a324c commit 416bd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Robo Import JS

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?branch=master)](LICENSE.txt)
[![Build Status](https://travis-ci.org/Elephfront/robo-import-js.svg?branch=master)](https://travis-ci.org/Elephfront/robo-import-js)
[![Codecov](https://img.shields.io/codecov/c/github/Elephfront/robo-import-js.svg)](https://github.com/Elephfront/robo-import-js)
[![Build Status](https://travis-ci.org/elephfront/robo-import-js.svg?branch=master)](https://travis-ci.org/elephfront/robo-import-js)
[![Codecov](https://img.shields.io/codecov/c/github/elephfront/robo-import-js.svg)](https://github.com/elephfront/robo-import-js)

This [Robo](https://github.com/consolidation/robo) task brings an import method for Javascript files. Think of it as an equivalent of the PHP `include` function or as the `@import` statement in SASS files for Javascript files.

Expand Down

0 comments on commit 416bd98

Please sign in to comment.