Skip to content

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nonjene committed Jun 5, 2018
1 parent 5273842 commit 80c7c2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('build', function() {
resetEnv();
});

describe('#release a test project.', function() {
xdescribe('#release a test project.', function() {
let relDir;

before(() => {
Expand Down Expand Up @@ -129,7 +129,7 @@ describe('build', function() {
});
});

describe('#release a project with muti pages.', function() {
xdescribe('#release a project with muti pages.', function() {
let relDir;

before(() => {
Expand Down Expand Up @@ -198,7 +198,7 @@ describe('build', function() {
});
});

describe('#release a pro project', function() {
xdescribe('#release a pro project', function() {
let relDir, err;

before(() => {
Expand Down Expand Up @@ -256,7 +256,7 @@ describe('build', function() {
});
});

describe('#release muti projects.', function() {
xdescribe('#release muti projects.', function() {
let relDir, err, config_v1, config_v2;
const traditionHtmlPath = path.join(__dirname, 'seed/src/subFolder/proj1/m/index.html');
const cacheHtmlCont = fs.readFileSync(traditionHtmlPath, 'utf8');
Expand Down Expand Up @@ -351,7 +351,7 @@ describe('build', function() {
});


describe('deploy static files', function(){
xdescribe('deploy static files', function(){
before(()=> resetConfig());
after(()=>resetConfig());

Expand Down

0 comments on commit 80c7c2e

Please sign in to comment.