Skip to content

Commit 87d8f10

Browse files
Qiang GuWayne Ren
Qiang Gu
authored and
Wayne Ren
committed
travis: Add travis link and use bash in script
1 parent cbc4ba3 commit 87d8f10

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sudo: required
44
dist: trusty
55

66
before_install:
7-
- .travis/before_install.sh
7+
- bash .travis/before_install.sh
88

99
script:
10-
- .travis/script.sh
10+
- bash .travis/script.sh
1111

1212
matrix:
1313
include:

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# embARC Open Software Platform (OSP)
2+
3+
[ ![Travis CI Status](https://travis-ci.org/foss-for-synopsys-dwc-arc-processors/embarc_osp.svg?branch=master)](https://travis-ci.org/foss-for-synopsys-dwc-arc-processors/embarc_osp)
4+
25
## Introduction
36
The embARC Open Software Platform (OSP) is a software distribution aimed at facilitating the development of embedded systems based on ARCv2 Processors.
47

0 commit comments

Comments
 (0)