disable running test for lpc175x_6x on travis

This commit is contained in:
hathach 2014-04-18 14:01:36 +07:00
parent 2c9ecb300a
commit 6aecb62be2
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
language: c
compiler:
- gcc
script: cd tests/lpc18xx_43xx && rake test:all && cd ../lpc175x_6x && rake test:all
script: cd tests/lpc18xx_43xx && rake test:all

View File

@ -28,8 +28,8 @@
- +:test/**
:source:
- ../../tinyusb/**
- +:../../demos/bsp/lpc175x_6x/**
- +:../../demos/device/keyboard/*
- +:../../mcu/lpc175x_6x/**
#- +:../../demos/device/keyboard/*
- -:../../demos/
# - ../vendor/freertos/freertos/Source/*
# - ../vendor/freertos/freertos/Source/portable/MSVC-MingW/*