Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
dist: trusty
sudo: required

# SonarQube
# See https://docs.travis-ci.com/user/sonarqube/
addons:
sonarqube:
token:
# See https://travis-ci.org/eclipse/dawnsci/settings, here be variables (ask [email protected] for permission to see)
# SONAR_TOKEN = SONAR_GITHUB_TOKEN = The sonar token at https://sonarqube.com/account/security/
secure: $SONAR_TOKEN
github_token:
# See https://github.com/settings/tokens to create a token for GITHUB_READ_REPO
# GITHUB_READ_REPO = https://github.com/settings/tokens sonarqube-travis token ('repo' and 'admin:repo_hook' permissions)
secure: $GITHUB_READ_REPO

language: java

cache:
Expand Down Expand Up @@ -51,5 +38,4 @@ env:
# No need to run this as default travis will find maven and run it
script:
- mvn -q clean install surefire:test -Dtest.includes=org/eclipse/dawnsci/**/*Suite.java
- sonar-scanner

Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public static long getHDF5type(int dtype) {
return HDF5Constants.H5T_NATIVE_INT8;
case Dataset.INT16:
case Dataset.ARRAYINT16:
case Dataset.RGB:
return HDF5Constants.H5T_NATIVE_INT16;
case Dataset.INT32:
case Dataset.ARRAYINT32:
Expand Down