Added travis file so as to run developer checks on PRs.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2019-08-11 16:31:05 +01:00 committed by Mihaela Stoica
parent e0b9a68b40
commit bf6f06457e
3 changed files with 7 additions and 1 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
script:
- bash ./devtools/copyrightcheck/copyrightcheck.sh
- bash ./devtools/i18ncheck/i18ncheck.sh
- bash ./devtools/spellcheck/spellcheck.sh

View File

@ -1,6 +1,7 @@
XenCenter
=========
[![Build Status](https://travis-ci.org/xenserver/xenadmin.svg?branch=master)](https://travis-ci.org/xenserver/xenadmin)
[![Lines of Code](https://tokei.rs/b1/github/xenserver/xenadmin)](https://github.com/xenserver/xenadmin)
This repository contains the source code for XenCenter.

View File

@ -12,7 +12,7 @@ namespace XenOvf.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));