Skip to content

Commit 2923dfa

Browse files
committed
Removing the broken dotnet build step.
1 parent 59fc8d1 commit 2923dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424
- ls /usr/share/dotnet/sdk/2.0.0/Microsoft/
2525
- ls /usr/share/dotnet/sdk/2.0.0/Microsoft/VisualStudio/
2626
- xbuild ./eFormAPI/eFormAPI.sln
27-
- dotnet build /p:VSToolsPath='' ./eFormAPI/eFormAPI -c Release -f net451
27+
- cd eform-client && npm install
2828
after_success:
2929
- echo dotnet test and npm test succeeded
3030
after_faliure:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# eform-angular-frontend [![Build Status](https://travis-ci.org/microting/eform-angular-frontend.svg?branch=master)](https://travis-ci.org/microting/eform-angular-frontend)
1+
# eform-angular-frontend [![Build Status](https://travis-ci.org/microting/eform-angular-frontend.svg?branch=master)](https://travis-ci.org/microting/eform-angular-frontend) [![Coverage Status](https://coveralls.io/repos/github/microting/eform-angular-frontend/badge.svg?branch=master)](https://coveralls.io/github/microting/eform-angular-frontend?branch=master)
22

33
A Angular2 Frontend for integrating with the Microting eForm API v1.
44

0 commit comments

Comments
 (0)